ostree.git
2017-08-24 Matthew Leedslib/repo-refs: Include remote refs when using collections
2017-08-24 Colin Walterslib/repo: Add some assertions for ABI sizes
2017-08-23 Colin Waltersbin/main: Remove duplicated usage output on unknown...
2017-08-23 Colin Waltersbuild/maint.mk: Comment out setting of LC_ALL
2017-08-23 Colin Walterslib/commit: Honor commit filter for libarchive --tar...
2017-08-23 Colin Walterslib/commit: Remove duplicated function for filter proce...
2017-08-23 Jonathan Lebonpull: better description for --mirror
2017-08-22 Philip Withnallbuild: Ensure ostree-tmpfiles.conf is distributed
2017-08-22 Philip Withnallbuild: Add distcheck configure flags to fix systemd...
2017-08-21 Jonathan Lebontests: fix admin upgrade timestamp file check
2017-08-21 Colin Walterslib/pull: Add support for timestamp-check option, use...
2017-08-21 Guy Shapirolib/sysroot: fix placement for not-default deployment
2017-08-21 Colin Walterslib/deploy: Add .img to end of initramfs in /usr/lib...
2017-08-18 Colin Waltersdocs/build: s/libOSTree/libostree/
2017-08-18 Colin Walterslib/sysroot: Support /usr/lib/modules/$kver for kernel...
2017-08-17 Colin Waltersbin: Squash some -Wuninit warnings with porting to...
2017-08-17 Colin Waltersboot: Add a tmpfiles.d snippet to clean up /var/tmp...
2017-08-17 Colin Waltersbuild-sys: Post-release version bump
2017-08-17 Colin WaltersRelease 2017.10
2017-08-17 Colin Walterslib: Fix v2017.10 symbols to inherit from v2017.8
2017-08-17 Colin Waltersdocs/related-projects: Tweak client side snapshot text...
2017-08-17 Colin Walterslib/sysroot: Port a few functions to new style
2017-08-16 Colin Walterslib/deploy: Ignore errors from FITHAW
2017-08-16 Colin Walterslib/deploy: Really close testing race condition
2017-08-16 Colin Waltersbuild-sys: Move bash completions to /usr/share/ by...
2017-08-16 Jonathan Lebonot-main.c: fix signal callback signature
2017-08-16 Jonathan Lebonpull: mention libcurl in NOT_SUPPORTED pull path
2017-08-16 Jonathan Lebonostree-deployment.c: simplify equality check
2017-08-16 Colin WaltersUpdate libglnx
2017-08-15 Matthew Barnesostree: Add naggy comments to help keep options in...
2017-08-15 Matthew Barnesbash: Add bash completion
2017-08-15 Colin Waltersrepo: Introduce ostree_repo_open_at() and ostree_repo_c...
2017-08-14 Jonathan Lebonpull: mark commits from local cache as partial
2017-08-11 Philip Withnalllib/repo-finder-config: Add some more debug output
2017-08-10 Jonathan Lebonman: document configured branches
2017-08-10 Colin Walterslib/deploy: Close test suite race condition
2017-08-10 Matthew Leedsman: Update ostree-refs manpage
2017-08-10 Colin Walterslib/sysroot: Add journal-msg signal
2017-08-10 Philip Withnalllib/gpg-verify: Add an OstreeGpgError error domain
2017-08-09 Colin Walterslib/sysroot-deploy: Refactor kernel layout parsing
2017-08-09 Colin Walterslib/sysroot-deploy: Port a kernel finding logic to...
2017-08-09 Lisa St. JohnUpdate introduction.md
2017-08-08 Philip Withnalllib/repo-finder: Emit gpg-verify-summary=false in dynam...
2017-08-08 Colin Walterslib/deploy: Use a FIFREEZE/FITHAW cycle for /boot
2017-08-08 Colin Walterslib: Port gpg verification for remotes to fd-relative
2017-08-08 Philip Withnalllib/repo: Fix handling of missing summary files when...
2017-08-08 Philip Withnallostree/parse-datetime: Ensure tm structs are initialised
2017-08-08 Philip Withnalllib/sepolicy: Drop duplicate assignment
2017-08-08 Philip Withnalllib/repo-commit: Drop unreachable conditional branch
2017-08-08 Philip Withnalllib/repo-finder-avahi: Drop redundant conditional
2017-08-08 Philip Withnalllib/repo-refs: Add ostree_repo_remote_list_collection_r...
2017-08-08 Philip Withnalllib/repo-pull: Add a missing precondition
2017-08-08 Philip Withnalllib/repo-finder: Avoid a potential unref-of-NULL crash
2017-08-08 Philip Withnalllib/repo-pull: Fix counting of latest commits when...
2017-08-08 Stef Walterman: The min-free-space-percent item goes in [core...
2017-08-08 Stef Walterautogen.sh: Fix running out of tree
2017-08-07 Colin Walterstree-wide: Remove trailing semicolon from autoptr decla...
2017-08-07 Colin Waltersbin/pull: Fix @ override syntax when pulling multiple...
2017-08-07 Colin Walterslib/deltas: Squash Coverity warning for div-by-zero...
2017-08-07 Guy ShapiroDocumentation: static delta default from
2017-08-05 Matthew Leedsmain: Fix subcommand usage output
2017-08-03 Colin Walterstree-wide: Fix the build with old glib (Ubuntu Trusty...
2017-08-03 Colin Walterslib: Define and use an autoptr cleanup for gpgme_key_t
2017-08-03 Colin Walterstree-wide: Use g_autoptr(Ostree*)
2017-08-03 Guy ShapiroDocumentation: README: Remove deprecated wiki link
2017-08-02 Colin Walterstests/libtest-core.sh: Add a comment that this copy...
2017-08-02 Colin Walterslib/pull: Log state of summary/commit GPG verification
2017-08-02 Colin Walterslib/repo: Add API to create and list ref aliases
2017-08-02 Colin Walterslib/deploy: Add structured logging info for syncfs...
2017-08-02 Colin Walterslib/sysroot: Add prefixes to syncfs/fsync error messages
2017-08-02 Colin Walterstree-wide: Use GLib autocleanups for libarchive
2017-08-02 Colin Walterslib/gpg: Switch to GLib autocleanups for gpgme types
2017-08-02 Colin Walterslib/curl: Only check individual request errors
2017-08-02 Colin Walterslib/commit: Rework a conditional set for clarity and...
2017-08-02 Colin Walterstests/lzma: Fix off-by-one in buffer size
2017-08-02 Colin Waltersrofiles-fuse: Add missing error handling for fcntl()
2017-08-02 Colin Walterstests/lzma: Use GRand over random()
2017-08-02 Colin Waltersbin/refs: Fix error handling logic
2017-08-02 Colin Walterstests: Add some return value checking to pacify Coverity
2017-08-01 Colin Waltersdocs/pull: Finish incomplete docs for pull@hash syntax
2017-07-31 Robert McQueengpg-verify-result: try to display the primary key ID...
2017-07-31 Robert McQueengpg-verify-result: canonicalise key when looking up...
2017-07-28 Colin Walterslib/pull: Journal fetch results
2017-07-27 Colin Waltersgrub2: Handle aarch64 (at least on Fedora/RHEL)
2017-07-26 Colin Waltersbuild-sys: Post-release version bump
2017-07-26 Colin WaltersRelease 2017.9
2017-07-26 Colin Waltersci: Enable libcurl by default on Fedora
2017-07-26 Colin Walterslib/core: Add #defines for ref/collection binding
2017-07-24 Colin WaltersUpdate libglnx, port some uses to newer APIs
2017-07-21 Colin Waltersbuild: Turn off default warnings if we find -Werror...
2017-07-21 Colin Waltersci: Enable -Werror for clang
2017-07-21 Colin Walterstests: More fixes for gjs tests
2017-07-21 Ruixinlib: Add #define for endoflife metadata key
2017-07-21 Colin Walterslib: Add #defines for current well-known metadata keys
2017-07-20 Colin Waltersci/papr: Add a suite to run introspection-based tests...
2017-07-20 Colin Walterslib/commit: Fix EBADF with GENERATE_SIZES option for...
2017-07-20 Colin Waltersci/papr: Switch primary to libcurl, add libsoup context
2017-07-19 Colin Walterslib/repo: Auto-recreate repo/tmp if it's deleted
2017-07-19 Colin Walterscore: Sanitize error text validating refs (e.g. against...
2017-07-18 Simon McVittiebuild: Don't distribute generated man pages
next